-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISSUE-9231 Makes Kafka Exporter offset.show-all configurable #9494
Conversation
Signed-off-by: ilkerkocatepe <[email protected]>
9f31fde
to
932dd01
Compare
Signed-off-by: ilkerkocatepe <[email protected]>
Signed-off-by: ilkerkocatepe <[email protected]>
Signed-off-by: ilkerkocatepe <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I left some minor comments, but I think it looks good. What you have to do to get the build pass is to build it locally to generate the new CRDs and documentation. For example something like MVN_ARGS=-DskipTests make all
and commit them with the PR (more details on the building of Strimzi, the tools you need to have installed etc. should be here: https://github.com/strimzi/strimzi-kafka-operator/blob/main/development-docs/DEV_GUIDE.md).
docker-images/kafka-based/kafka/exporter-scripts/kafka_exporter_run.sh
Outdated
Show resolved
Hide resolved
api/src/main/java/io/strimzi/api/kafka/model/KafkaExporterSpec.java
Outdated
Show resolved
Hide resolved
Signed-off-by: ilkerkocatepe <[email protected]>
Signed-off-by: ilkerkocatepe <[email protected]>
Signed-off-by: ilkerkocatepe <[email protected]>
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
api/src/main/java/io/strimzi/api/kafka/model/KafkaExporterSpec.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left just a nit to improve doc.
Signed-off-by: ilkerkocatepe [email protected] <[email protected]>
@ilkerkocatepe You will need to rebuild the project again to get the updated description to the CRDs and documentation. |
Signed-off-by: ilkerkocatepe [email protected] <[email protected]>
Thanks for the PR @ilkerkocatepe |
Thanks for your help @scholzj @ppatierno |
Type of change
Description
Allow to configure Kafka Exporter
offset.show-all
#9231Checklist